WriteAsync(Byte[],Int32,Int32) Method
In This Topic
Syntax
'Declaration
Public Overloads Function WriteAsync( _
ByVal () As System.Byte, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task WriteAsync(
System.byte[] ,
System.int ,
System.int
)
Parameters
- buffer
- offset
- count
See Also